Logs
Introduction
The log system is an essential tool to record system and device activities. It provides detailed information, such as who performed an action, when it occurred and what the results were.
Access to the Form
Path: System Menu > Logs.
Value Delivery
- Traceability of actions in the system
- Security audit
- Diagnosis of problems
- Monitoring of user and system activities
Log System Structure
- System logs: record actions performed directly on the system
- Device logs: record device-related actions
Types of Logs
- System logs
- Device logs
Main Features
- Detailed register of actions in the system
- System logs and specific devices preview
- Log filters for easy search of information
Workflows
- Flowchart of access and visualization of logs
graph TD
A[Acesso ao Sistema] --> B{Escolha do Tipo de Log}
B --> |Sistema| C[Menu Sistema > Logs]
B --> |Dispositivo| D{Método de Acesso}
D --> |Método 1| E[Menu Sistema > Logs > Dispositivos]
D --> |Método 2| F[Menu Dispositivos > Selecionar > Editar > Aba Logs]
C --> G[Visualizar Logs]
E --> G
F --> G
G --> H[Aplicar Filtros se necessário]
Log View
When accessing System > Logs, you will view all logs generated with the following information:
Date and time of action Tag
Log Details When selecting a specific log, you will see: Metadata
- ID: Unique log identifier
- Type: Log Level
- Date: Date and time of generation
- Action: Operation that generated the log
- Executioner type: Support or system
- Executor: Responsible user or system Full log Displayed in JSON format with all technical details.
Final considerations
The log system is a powerful tool for monitoring, auditing and troubleshooting. Use the available filters to find specific information efficiently. Remember that logs are essential to maintain system security and integrity.
